ComponentOne ASP.NET MVC Controls
AllowResizing Method (ColumnBaseBuilder<TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > ColumnBaseBuilder<TControl,TBuilder> Class : AllowResizing Method
The value.
Configurates C1.Web.Mvc.ColumnBase.AllowResizing. Sets a value that indicates whether the user can resize the row or column with the mouse.
Syntax
'Declaration
 
Public Overridable Function AllowResizing( _
   ByVal value As Boolean _
) As TBuilder
public virtual TBuilder AllowResizing( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ColumnBaseBuilder<TControl,TBuilder> Class
ColumnBaseBuilder<TControl,TBuilder> Members